home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / des3.zip / DES3.TXT < prev    next >
Text File  |  1995-04-01  |  2KB  |  47 lines

  1. Title:      DES3 - WIN16, WIN32, WIN32s, MS-DOS, UN*X libraries for the 
  2.             NBS Data Encryption Standard (DES) with support of single-, 
  3.             double-length keys (Triple DES). Requires 386 or better !   
  4.  
  5. Language:   ANSI C
  6.  
  7. Compiler:   Borland C++ (PC)
  8.  
  9. Author:        Stefan D. Wolf, CI$: 100111,140
  10.  
  11. Copyright:  (c) 1992-95 by Stefan Wolf Software
  12.  
  13. License:    No fee for non-commercial use. License for commercial use
  14.             available on request from:
  15.             Stefan Wolf Software
  16.                         Gartenstr. 22; D-61449 Steinbach/Ts.; Germany
  17.             FAX: +49 (0) 6171 980483
  18. Supported
  19. Platforms:  MS-DOS, MS-Windows 3.1, Win32, Win32s, OS/2 
  20.             AIX, HP/UX, DG/UX, LINUX 
  21.  
  22. Abstract:   Data Encryption Standard (DES) - ANSI Standard X3.92-1981
  23.  
  24.             The library modules perform the DES algorithm to encode & 
  25.             decode data in 64-bit Electronic Code Book (ECB) or Cipher 
  26.             Block Chaining (CBC) mode.
  27.             
  28. Files:        * DES Libraries for MS-Windows 3.1 (16 Bit):
  29.               DES3W16.DLL
  30.             * DES Libraries for WIN32 and WIN32s (32 Bit):
  31.               DES3W32.DLL 
  32.             * DES Libraries for MS-DOS 3.3 or above:
  33.               DES3S.LIB, DES3C.LIB, DES3M.LIB, DES3L.LIB, DES3H.LIB
  34.             * DES validation sample source:
  35.               TESTECB.C, TESTCBC.C WINVALID.C, W16VALID.DEF, 
  36.               W32VALID.DEF, MAKEFILE.BCC, MAKEFILE
  37.             * DES ECB validation executables
  38.               TESTCBC.EXE, TESTECB.EXE, W16VALID.EXE, W32VALID.EXE 
  39.             * Triple DES encryption/decryption sample program :
  40.               DES.EXE DES.C DES3.H
  41.             * DES libraries/executables for several UN*X systems:
  42.               *.hp[89] - HPUX [89], *.aix - AIX (RS6K), 
  43.               *.dg (AViiON), *.lnx - LINUX
  44.  
  45. Import/Export
  46. Restrictions: None known
  47.